17. Exercise: Missing Permissions

Quiz: Missing Permissions

Missing Permission

Comment out the <uses-permission android:name="android.permission.INTERNET" /> statement in the AndroidManifest.xml and then run the app. Make a search in the app, and then look in the Android Monitor logcat.

Quiz: Missing Permissions

In the Android Monitor logcat, what error do you see when the app tries to connect to the Internet?

SOLUTION: SecurityException